home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -in_the_mag- / picmanagerpro / help / 17.hlp < prev    next >
Text File  |  1997-11-19  |  1KB  |  30 lines

  1. CATALOG/OPTIMIZE
  2. ================
  3.  
  4.  Rewrites all entries of a catalogue in a new and optimised order.
  5.  By doing this the catalogue itself will also be optimised
  6.  (see also VALIDATE):
  7.  
  8.  
  9.   * Speed of accessing single data records
  10.     --------------------------------------
  11.  
  12.     After having been sorted, access times for single data records may
  13.     cause quite slow screen display of thumbnails.
  14.     Other functions accessing the data records may also be slowed down.
  15.     After execution of OPTIMIZE the records will be written in ascended
  16.     and sorted order to the catalogue files corresponding to the
  17.     selected order of sorting.
  18.  
  19.   * too much memory used for catalogue files
  20.     --------------------------------------
  21.  
  22.     Since deletion of data records only means removing entries from
  23.     the index of the catalogue but not from the catalogue file itself,
  24.     the data will still be remaining physically within the files.
  25.     So it may happen that catalogue files use more space on the hard disk
  26.     than is actually needed (see VALIDATE).
  27.     This space will be released after doing an OPIMIZATION.
  28.  
  29.  
  30.